home *** CD-ROM | disk | FTP | other *** search
- SYSPIC
-
- ;**
- ;** $VER: A-Start.script 1.0
- ;** Demo script for SysPic 4.00
- ;**
- ;** written by David Ceulemans
- ;** modified by Grzegorz Calkowski
- ;**
-
- Pics/black.ilbm
- sound /SoundFiles/MidnightBluesTheme.8svx
- filter=off
- fadein 6 fadeout 6
- clock 537/332/1/Times.font/18
- vcenter
-
- init:
- font 1 times.font 24
- font 2 times.font 18
-
- main:
-
- ; ----cut-here----
- setfont 1
- gotoxy 20 420
- text "This is ala A-Start script, you can use it" cr
- text "with the picture included in A-Start package."
- ; ----cut-here----
-
- setfont 1
- setapen 1
- textxy 350 46 "System:"
-
- setfont 2
- gotoxy 350 75
- rightmargin 615
- text "Processor:" "MC%pr" cr
- text "Graphics chipset:" "%cs" cr
- text "Kickstart:" "%os (%ov)" cr
- text "Workbench:" "%wb (%wv)" cr
- gotoxy 350 187
- setfont 1
- text "Memory:" cr
- setfont 2
- text "Chip memory:" "%TCM" cr
- text "Fast memory:" "%TFM" cr
- text "Total memory" "%TTM" cr
- setfont 1
- gotoxy 350 300
- text "Loading System..." cr
- setfont 2
- text "Current date:" "%DT " cr
- text "Current time:" cr
- text "Booting in progress..."
-
- exit:
- typerate 5
- text " " "Done..."
- wait 30
- fade
-